GetOrientationPlane(double[]) Method

Summary
Indicates the Plane that is the closest to a specified by two direction cosine vectors.
Syntax
C#
VB
C++
public static Plane GetOrientationPlane( 
   double[] d 
) 
Public Overloads Shared Function GetOrientationPlane( _ 
   ByVal d() As Double _ 
) As Plane 
public: 
static Plane GetOrientationPlane(  
   array<double>^ d 
)  

Parameters

d
An array of exactly six Double values, corresponding to the two direction cosine vectors.

Return Value

The Plane that is the closest to that specified by two direction cosine vectors.

Remarks

The d species exactly six values. The first three values correspond to the direction cosine of the first row with respect to the patient. The second three values correspond to the direction cosine of the first column with respect to the patient.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.